Nevron Open Vision Documentation
Nevron.Nov.Windows.Wpf Namespace / NNovWidgetHost<T> Class / DesignTimeState Property


In This Topic
    DesignTimeState Property
    In This Topic
    The design time state of the widget.
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron")>
    Public Property DesignTimeState As System.String
    'Usage
     
    
    Dim instance As NNovWidgetHost(Of T)
    Dim value As System.String
     
    instance.DesignTimeState = value
     
    value = instance.DesignTimeState
    [System.ComponentModel.Category("Nevron")]
    public System.string DesignTimeState {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also